home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp0.lzh / s / startup-sequence < prev   
Text File  |  1990-01-14  |  872b  |  45 lines

  1.  
  2. ;   Standalone Startup Sequence for UUCP
  3. ;
  4. ;   no-frills startup-sequence.
  5.  
  6. system/Assign c: system
  7. system/path reset c
  8. resident c:Assign
  9. resident c:Wait
  10.  
  11. ; Need 8192 for all UUCP programs
  12. stack 8192
  13. Addbuffers df0: 10
  14.  
  15. Assign UUCP:    :
  16. Assign t:   ram:
  17.  
  18. ; NORMALLY YOU DO NOT ASSIGN SPOOL, MAIL, AND NEWS TO VOLTILE STORAGE!
  19. ; THIS IS A SAMPLE STARTUP
  20. ;
  21. ; TMP: is used by DCron
  22.  
  23. Assign TMP:        ram:
  24. Assign ENV:        ram:
  25. Assign UUSPOOL:     ram:
  26. Assign UULIB:        UUCP:Lib
  27. Assign UUMAIL:        ram:
  28. Assign UUNEWS:        ram:
  29. ; UUPUB*: normally not temporary storage either.
  30. Assign UUPUB:        ram:
  31. Assign UUPUBW:        UUCP:Pub
  32. Assign Getty:        UUCP:Lib
  33.  
  34. ; Note, contains only dmail.help on the first distribution floppy
  35. ; required for online help
  36. Assign Man:        UUCP:man
  37.  
  38. mount null:
  39. mount uuser:
  40.  
  41. run <nil: >nil: Getty -B1200 -Mh -7
  42. wait 4
  43. run <nil: >nil: dcron T:dcron.log
  44.  
  45.